binutils.git
10 days agoMerge binutils (2.46-3) import into refs/heads/workingbranch
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Merge binutils (2.46-3) import into refs/heads/workingbranch

10 days agopr106641
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
pr106641

# DP: Fix PR demangler/106641, taken from the trunk.

# DP: Fix PR demangler/106641, taken from the trunk.

libiberty: fix resource exhaustion in rust demangler (PR demangler/106641)

demangle_binder() parses the bound_lifetimes count as a base-62
integer with no upper bound.  A crafted symbol can encode a huge
lifetime count in very few bytes, causing OOM or CPU hang.

Cap bound_lifetimes at 1024 and check rdm->errored in the loop
so it bails out early on errors during iteration.

libiberty/ChangeLog:

        PR demangler/106641
        * rust-demangle.c (demangle_binder): Reject bound_lifetimes
        above 1024 to prevent resource exhaustion from crafted symbols.
        Add rdm->errored check in the loop condition.
        * testsuite/rust-demangle-expected: Add regression test.

Gbp-Pq: Name pr106641.diff

10 days agosh-disable-tests
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
sh-disable-tests

Gbp-Pq: Name sh-disable-tests.diff

10 days agogprofng-cross-build
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
gprofng-cross-build

Gbp-Pq: Name gprofng-cross-build.diff

10 days agoGenerate a deterministic gprofng example documentation tarball
James Addison [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Generate a deterministic gprofng example documentation tarball

Bug-Debian: https://bugs.debian.org/1090395
Bug-Debian: https://bugs.debian.org/1092870
Last-Update: 2025-01-13

Gbp-Pq: Name gprofng-examples-tgz-deterministic.diff

10 days agoarmhf-64k-alignment
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
armhf-64k-alignment

The upstream binutils commit below reduced the section alignment of
armhf executables (including shared libraries) from 64k to 4k, on the
basis that the additional bloat is not justified, given that arm64 hosts
running 64k pagesize kernels with armhf user space are not used in
practice.

However, the situation is slightly different today on Debian, where a
16k pagesize kernel is provided that enables compat support, and is
therefore able to execute armhf user space. The only impediment is the
fact that armhf binaries are no longer compatible with this, due to the
change below.

To accommodate this use case, revert the patch. This makes the generated
executables compatible with compat mode on arm64 systems running 16k
kernels.

Gbp-Pq: Name armhf-64k-alignment.diff

10 days agoenv-package-metadata
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
env-package-metadata

Gbp-Pq: Name env-package-metadata.diff

10 days agoperl-shebang
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
perl-shebang

Gbp-Pq: Name perl-shebang.diff

10 days agomips-hack
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
mips-hack

Gbp-Pq: Name mips-hack.diff

10 days agolibctf-soname
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
libctf-soname

Gbp-Pq: Name libctf-soname.diff

10 days agoaarch64-libpath
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
aarch64-libpath

Gbp-Pq: Name aarch64-libpath.diff

10 days agogprof-build
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
gprof-build

# DP: Fix gprof build error.

# DP: Fix gprof build error.

Gbp-Pq: Name gprof-build.diff

10 days ago_ld_doc_remove_xref
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
_ld_doc_remove_xref

# DP: In ld.texi, remove cross reference to BFD internals documentation.

# DP: In ld.texi, remove cross reference to BFD internals documentation.

Gbp-Pq: Name 164_ld_doc_remove_xref.diff

10 days ago_ar_scripts_with_tilde
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
_ar_scripts_with_tilde

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

10 days agoBuild libbfd with -fPIC to allow linking with PIE binaries
Balint Reczey [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Build libbfd with -fPIC to allow linking with PIE binaries

Gbp-Pq: Name 136_bfd_pic.patch

10 days ago_bfd_soversion
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
_bfd_soversion

Gbp-Pq: Name 135_bfd_soversion.patch

10 days agoDescription: Fix ld-bootstrap testsuite when configured with --enable-plugins
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Description: Fix ld-bootstrap testsuite when configured with --enable-plugins

Upstream status: proposed patch

Upstream status: proposed patch

Gbp-Pq: Name 131_ld_bootstrap_testsuite.patch

10 days ago_multiarch_libpath
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
_multiarch_libpath

# DP: Add multiarch directories to linker search path for ld and gold.

# DP: Add multiarch directories to linker search path for ld and gold.

Gbp-Pq: Name 129_multiarch_libpath.patch

10 days ago_ppc64_powerpc_biarch
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
_ppc64_powerpc_biarch

Gbp-Pq: Name 128_ppc64_powerpc_biarch.patch

10 days agoExplicitly use bash for the ld testsuite.
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Explicitly use bash for the ld testsuite.

Gbp-Pq: Name 013_bash_in_ld_testsuite.patch

10 days agoSpecify which filename is causing an error if the filename is a
David Kimdon [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Specify which filename is causing an error if the filename is a

directory. (#45832)

Gbp-Pq: Name 006_better_file_error.patch

10 days agoDon't mention monitor(3) which doesn't exist in Debian. (#160654)
Chris Chimelis [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Don't mention monitor(3) which doesn't exist in Debian. (#160654)

Gbp-Pq: Name 003_gprof_see_also_monitor.patch

10 days agoAdd more documentation about profiling and -fprofile-arcs.
Chris Chimelis [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Add more documentation about profiling and -fprofile-arcs.

Gbp-Pq: Name 002_gprof_profile_arcs.patch

10 days agoDescription: correct where ld scripts are installed
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Description: correct where ld scripts are installed

Upstream status: N/A

Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

10 days agobinutils (2.46-3) unstable; urgency=medium
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
binutils (2.46-3) unstable; urgency=medium

  * Fix PR demangler/106641, taken from the trunk.
  * Drop build dependency on quilt. Closes: #1129263.
  * Update libgprofng symbols file.

[dgit import unpatched binutils 2.46-3]

10 days agoImport binutils_2.46-3.debian.tar.xz
Matthias Klose [Thu, 5 Mar 2026 11:22:39 +0000 (12:22 +0100)]
Import binutils_2.46-3.debian.tar.xz

[dgit import tarball binutils 2.46-3 binutils_2.46-3.debian.tar.xz]

3 weeks agoMerge binutils (2.46-2) import into refs/heads/workingbranch
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Merge binutils (2.46-2) import into refs/heads/workingbranch

3 weeks agosh-disable-tests
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
sh-disable-tests

Gbp-Pq: Name sh-disable-tests.diff

3 weeks agogprofng-cross-build
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
gprofng-cross-build

Gbp-Pq: Name gprofng-cross-build.diff

3 weeks agoGenerate a deterministic gprofng example documentation tarball
James Addison [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Generate a deterministic gprofng example documentation tarball

Bug-Debian: https://bugs.debian.org/1090395
Bug-Debian: https://bugs.debian.org/1092870
Last-Update: 2025-01-13

Gbp-Pq: Name gprofng-examples-tgz-deterministic.diff

3 weeks agoarmhf-64k-alignment
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
armhf-64k-alignment

The upstream binutils commit below reduced the section alignment of
armhf executables (including shared libraries) from 64k to 4k, on the
basis that the additional bloat is not justified, given that arm64 hosts
running 64k pagesize kernels with armhf user space are not used in
practice.

However, the situation is slightly different today on Debian, where a
16k pagesize kernel is provided that enables compat support, and is
therefore able to execute armhf user space. The only impediment is the
fact that armhf binaries are no longer compatible with this, due to the
change below.

To accommodate this use case, revert the patch. This makes the generated
executables compatible with compat mode on arm64 systems running 16k
kernels.

Gbp-Pq: Name armhf-64k-alignment.diff

3 weeks agoenv-package-metadata
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
env-package-metadata

Gbp-Pq: Name env-package-metadata.diff

3 weeks agoperl-shebang
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
perl-shebang

Gbp-Pq: Name perl-shebang.diff

3 weeks agomips-hack
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
mips-hack

Gbp-Pq: Name mips-hack.diff

3 weeks agolibctf-soname
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
libctf-soname

Gbp-Pq: Name libctf-soname.diff

3 weeks agoaarch64-libpath
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
aarch64-libpath

Gbp-Pq: Name aarch64-libpath.diff

3 weeks agogprof-build
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
gprof-build

# DP: Fix gprof build error.

# DP: Fix gprof build error.

Gbp-Pq: Name gprof-build.diff

3 weeks ago_ld_doc_remove_xref
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
_ld_doc_remove_xref

# DP: In ld.texi, remove cross reference to BFD internals documentation.

# DP: In ld.texi, remove cross reference to BFD internals documentation.

Gbp-Pq: Name 164_ld_doc_remove_xref.diff

3 weeks ago_ar_scripts_with_tilde
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
_ar_scripts_with_tilde

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

3 weeks agoBuild libbfd with -fPIC to allow linking with PIE binaries
Balint Reczey [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Build libbfd with -fPIC to allow linking with PIE binaries

Gbp-Pq: Name 136_bfd_pic.patch

3 weeks ago_bfd_soversion
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
_bfd_soversion

Gbp-Pq: Name 135_bfd_soversion.patch

3 weeks agoDescription: Fix ld-bootstrap testsuite when configured with --enable-plugins
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Description: Fix ld-bootstrap testsuite when configured with --enable-plugins

Upstream status: proposed patch

Upstream status: proposed patch

Gbp-Pq: Name 131_ld_bootstrap_testsuite.patch

3 weeks ago_multiarch_libpath
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
_multiarch_libpath

# DP: Add multiarch directories to linker search path for ld and gold.

# DP: Add multiarch directories to linker search path for ld and gold.

Gbp-Pq: Name 129_multiarch_libpath.patch

3 weeks ago_ppc64_powerpc_biarch
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
_ppc64_powerpc_biarch

Gbp-Pq: Name 128_ppc64_powerpc_biarch.patch

3 weeks agoExplicitly use bash for the ld testsuite.
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Explicitly use bash for the ld testsuite.

Gbp-Pq: Name 013_bash_in_ld_testsuite.patch

3 weeks agoSpecify which filename is causing an error if the filename is a
David Kimdon [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Specify which filename is causing an error if the filename is a

directory. (#45832)

Gbp-Pq: Name 006_better_file_error.patch

3 weeks agoDon't mention monitor(3) which doesn't exist in Debian. (#160654)
Chris Chimelis [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Don't mention monitor(3) which doesn't exist in Debian. (#160654)

Gbp-Pq: Name 003_gprof_see_also_monitor.patch

3 weeks agoAdd more documentation about profiling and -fprofile-arcs.
Chris Chimelis [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Add more documentation about profiling and -fprofile-arcs.

Gbp-Pq: Name 002_gprof_profile_arcs.patch

3 weeks agoDescription: correct where ld scripts are installed
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Description: correct where ld scripts are installed

Upstream status: N/A

Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

3 weeks agobinutils (2.46-2) unstable; urgency=medium
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
binutils (2.46-2) unstable; urgency=medium

  * Enable PAC/BTI/GCS on arm64 (Emanuele Rocca). Closes: #1127747.
  * Ignore ld-bootstrap/bootstrap.exp test failures everywhere.
Closes: #1127603.
  * Don't run the ld-elf/sec64k.exp test on sh4, timing out. Closes: #1127604.

[dgit import unpatched binutils 2.46-2]

3 weeks agoImport binutils_2.46-2.debian.tar.xz
Matthias Klose [Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)]
Import binutils_2.46-2.debian.tar.xz

[dgit import tarball binutils 2.46-2 binutils_2.46-2.debian.tar.xz]

5 weeks agoImport binutils_2.46.orig.tar.xz
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Import binutils_2.46.orig.tar.xz

[dgit import orig binutils_2.46.orig.tar.xz]

5 weeks agoMerge binutils (2.46-1) import into refs/heads/workingbranch
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Merge binutils (2.46-1) import into refs/heads/workingbranch

5 weeks agogprofng-cross-build
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
gprofng-cross-build

Gbp-Pq: Name gprofng-cross-build.diff

5 weeks agoGenerate a deterministic gprofng example documentation tarball
James Addison [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Generate a deterministic gprofng example documentation tarball

Bug-Debian: https://bugs.debian.org/1090395
Bug-Debian: https://bugs.debian.org/1092870
Last-Update: 2025-01-13

Gbp-Pq: Name gprofng-examples-tgz-deterministic.diff

5 weeks agoarmhf-64k-alignment
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
armhf-64k-alignment

The upstream binutils commit below reduced the section alignment of
armhf executables (including shared libraries) from 64k to 4k, on the
basis that the additional bloat is not justified, given that arm64 hosts
running 64k pagesize kernels with armhf user space are not used in
practice.

However, the situation is slightly different today on Debian, where a
16k pagesize kernel is provided that enables compat support, and is
therefore able to execute armhf user space. The only impediment is the
fact that armhf binaries are no longer compatible with this, due to the
change below.

To accommodate this use case, revert the patch. This makes the generated
executables compatible with compat mode on arm64 systems running 16k
kernels.

Gbp-Pq: Name armhf-64k-alignment.diff

5 weeks agoenv-package-metadata
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
env-package-metadata

Gbp-Pq: Name env-package-metadata.diff

5 weeks agoperl-shebang
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
perl-shebang

Gbp-Pq: Name perl-shebang.diff

5 weeks agomips-hack
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
mips-hack

Gbp-Pq: Name mips-hack.diff

5 weeks agolibctf-soname
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
libctf-soname

Gbp-Pq: Name libctf-soname.diff

5 weeks agoaarch64-libpath
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
aarch64-libpath

Gbp-Pq: Name aarch64-libpath.diff

5 weeks agogprof-build
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
gprof-build

# DP: Fix gprof build error.

# DP: Fix gprof build error.

Gbp-Pq: Name gprof-build.diff

5 weeks ago_ld_doc_remove_xref
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
_ld_doc_remove_xref

# DP: In ld.texi, remove cross reference to BFD internals documentation.

# DP: In ld.texi, remove cross reference to BFD internals documentation.

Gbp-Pq: Name 164_ld_doc_remove_xref.diff

5 weeks ago_ar_scripts_with_tilde
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
_ar_scripts_with_tilde

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

5 weeks agoBuild libbfd with -fPIC to allow linking with PIE binaries
Balint Reczey [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Build libbfd with -fPIC to allow linking with PIE binaries

Gbp-Pq: Name 136_bfd_pic.patch

5 weeks ago_bfd_soversion
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
_bfd_soversion

Gbp-Pq: Name 135_bfd_soversion.patch

5 weeks agoDescription: Fix ld-bootstrap testsuite when configured with --enable-plugins
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Description: Fix ld-bootstrap testsuite when configured with --enable-plugins

Upstream status: proposed patch

Upstream status: proposed patch

Gbp-Pq: Name 131_ld_bootstrap_testsuite.patch

5 weeks ago_multiarch_libpath
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
_multiarch_libpath

# DP: Add multiarch directories to linker search path for ld and gold.

# DP: Add multiarch directories to linker search path for ld and gold.

Gbp-Pq: Name 129_multiarch_libpath.patch

5 weeks ago_ppc64_powerpc_biarch
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
_ppc64_powerpc_biarch

Gbp-Pq: Name 128_ppc64_powerpc_biarch.patch

5 weeks agoExplicitly use bash for the ld testsuite.
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Explicitly use bash for the ld testsuite.

Gbp-Pq: Name 013_bash_in_ld_testsuite.patch

5 weeks agoSpecify which filename is causing an error if the filename is a
David Kimdon [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Specify which filename is causing an error if the filename is a

directory. (#45832)

Gbp-Pq: Name 006_better_file_error.patch

5 weeks agoDon't mention monitor(3) which doesn't exist in Debian. (#160654)
Chris Chimelis [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Don't mention monitor(3) which doesn't exist in Debian. (#160654)

Gbp-Pq: Name 003_gprof_see_also_monitor.patch

5 weeks agoAdd more documentation about profiling and -fprofile-arcs.
Chris Chimelis [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Add more documentation about profiling and -fprofile-arcs.

Gbp-Pq: Name 002_gprof_profile_arcs.patch

5 weeks agoDescription: correct where ld scripts are installed
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Description: correct where ld scripts are installed

Upstream status: N/A

Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

5 weeks agobinutils (2.46-1) unstable; urgency=medium
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
binutils (2.46-1) unstable; urgency=medium

  * binutils 2.46 release.
  * Update VCS attributes.
  * Bump standards version.

[dgit import unpatched binutils 2.46-1]

5 weeks agoImport binutils_2.46-1.debian.tar.xz
Matthias Klose [Sun, 8 Feb 2026 13:26:28 +0000 (14:26 +0100)]
Import binutils_2.46-1.debian.tar.xz

[dgit import tarball binutils 2.46-1 binutils_2.46-1.debian.tar.xz]

6 weeks agoMerge binutils (2.45.90.20260201-1) import into refs/heads/workingbranch
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Merge binutils (2.45.90.20260201-1) import into refs/heads/workingbranch

6 weeks agogprofng-cross-build
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
gprofng-cross-build

Gbp-Pq: Name gprofng-cross-build.diff

6 weeks agoGenerate a deterministic gprofng example documentation tarball
James Addison [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Generate a deterministic gprofng example documentation tarball

Bug-Debian: https://bugs.debian.org/1090395
Bug-Debian: https://bugs.debian.org/1092870
Last-Update: 2025-01-13

Gbp-Pq: Name gprofng-examples-tgz-deterministic.diff

6 weeks agoarmhf-64k-alignment
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
armhf-64k-alignment

The upstream binutils commit below reduced the section alignment of
armhf executables (including shared libraries) from 64k to 4k, on the
basis that the additional bloat is not justified, given that arm64 hosts
running 64k pagesize kernels with armhf user space are not used in
practice.

However, the situation is slightly different today on Debian, where a
16k pagesize kernel is provided that enables compat support, and is
therefore able to execute armhf user space. The only impediment is the
fact that armhf binaries are no longer compatible with this, due to the
change below.

To accommodate this use case, revert the patch. This makes the generated
executables compatible with compat mode on arm64 systems running 16k
kernels.

Gbp-Pq: Name armhf-64k-alignment.diff

6 weeks agoenv-package-metadata
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
env-package-metadata

Gbp-Pq: Name env-package-metadata.diff

6 weeks agoperl-shebang
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
perl-shebang

Gbp-Pq: Name perl-shebang.diff

6 weeks agomips-hack
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
mips-hack

Gbp-Pq: Name mips-hack.diff

6 weeks agolibctf-soname
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
libctf-soname

Gbp-Pq: Name libctf-soname.diff

6 weeks agoaarch64-libpath
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
aarch64-libpath

Gbp-Pq: Name aarch64-libpath.diff

6 weeks agogprof-build
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
gprof-build

# DP: Fix gprof build error.

# DP: Fix gprof build error.

Gbp-Pq: Name gprof-build.diff

6 weeks ago_ld_doc_remove_xref
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
_ld_doc_remove_xref

# DP: In ld.texi, remove cross reference to BFD internals documentation.

# DP: In ld.texi, remove cross reference to BFD internals documentation.

Gbp-Pq: Name 164_ld_doc_remove_xref.diff

6 weeks ago_ar_scripts_with_tilde
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
_ar_scripts_with_tilde

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

6 weeks agoBuild libbfd with -fPIC to allow linking with PIE binaries
Balint Reczey [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Build libbfd with -fPIC to allow linking with PIE binaries

Gbp-Pq: Name 136_bfd_pic.patch

6 weeks ago_bfd_soversion
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
_bfd_soversion

Gbp-Pq: Name 135_bfd_soversion.patch

6 weeks agoDescription: Fix ld-bootstrap testsuite when configured with --enable-plugins
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Description: Fix ld-bootstrap testsuite when configured with --enable-plugins

Upstream status: proposed patch

Upstream status: proposed patch

Gbp-Pq: Name 131_ld_bootstrap_testsuite.patch

6 weeks ago_multiarch_libpath
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
_multiarch_libpath

# DP: Add multiarch directories to linker search path for ld and gold.

# DP: Add multiarch directories to linker search path for ld and gold.

Gbp-Pq: Name 129_multiarch_libpath.patch

6 weeks ago_ppc64_powerpc_biarch
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
_ppc64_powerpc_biarch

Gbp-Pq: Name 128_ppc64_powerpc_biarch.patch

6 weeks agoExplicitly use bash for the ld testsuite.
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Explicitly use bash for the ld testsuite.

Gbp-Pq: Name 013_bash_in_ld_testsuite.patch

6 weeks agoSpecify which filename is causing an error if the filename is a
David Kimdon [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Specify which filename is causing an error if the filename is a

directory. (#45832)

Gbp-Pq: Name 006_better_file_error.patch

6 weeks agoDon't mention monitor(3) which doesn't exist in Debian. (#160654)
Chris Chimelis [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Don't mention monitor(3) which doesn't exist in Debian. (#160654)

Gbp-Pq: Name 003_gprof_see_also_monitor.patch

6 weeks agoAdd more documentation about profiling and -fprofile-arcs.
Chris Chimelis [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Add more documentation about profiling and -fprofile-arcs.

Gbp-Pq: Name 002_gprof_profile_arcs.patch

6 weeks agoDescription: correct where ld scripts are installed
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Description: correct where ld scripts are installed

Upstream status: N/A

Upstream status: N/A
Date: ??

Gbp-Pq: Name 001_ld_makefile_patch.patch

6 weeks agobinutils (2.45.90.20260201-1) unstable; urgency=medium
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
binutils (2.45.90.20260201-1) unstable; urgency=medium

  * New upstream snapshot, taken from the 2.46 branch.
    - Fix PR ld/33851. Closes: #1126517.
    - Fix PR gas/33852, GCC trunk bootstrap issue on s390x.
  * Refresh patches.

[dgit import unpatched binutils 2.45.90.20260201-1]

6 weeks agoImport binutils_2.45.90.20260201.orig.tar.xz
Matthias Klose [Sun, 1 Feb 2026 09:59:08 +0000 (10:59 +0100)]
Import binutils_2.45.90.20260201.orig.tar.xz

[dgit import orig binutils_2.45.90.20260201.orig.tar.xz]